home *** CD-ROM | disk | FTP | other *** search
/ Freelog 50 / Freelog050.iso / DossierLogitheque / Bureautique / Mira / Mira_setup.exe / {app} / Mira.exe / 0 / RCDATA / TFORMCODEP / TFORMCODEP.txt
Text File  |  2003-09-02  |  4KB  |  188 lines

  1. object FormCodeP: TFormCodeP
  2.   Left = 559
  3.   Top = 81
  4.   BorderStyle = bsDialog
  5.   Caption = 'Editer les codes postaux'
  6.   ClientHeight = 371
  7.   ClientWidth = 538
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object SC_Line5: TSC_Line
  21.     Left = 0
  22.     Top = 337
  23.     Width = 538
  24.     Height = 34
  25.     BorderShape = bsTopLine
  26.     Align = alBottom
  27.   end
  28.   object Label1: TLabel
  29.     Left = 12
  30.     Top = 18
  31.     Width = 80
  32.     Height = 14
  33.     Caption = 'Trouver une ville'
  34.     Transparent = True
  35.   end
  36.   object Label2: TLabel
  37.     Left = 12
  38.     Top = 39
  39.     Width = 80
  40.     Height = 14
  41.     Caption = 'Trouver un code'
  42.     Transparent = True
  43.   end
  44.   object Label3: TLabel
  45.     Left = 12
  46.     Top = 63
  47.     Width = 116
  48.     Height = 14
  49.     Caption = 'Trouver un d'#233'partement'
  50.     Transparent = True
  51.   end
  52.   object LabelCount: TLabel
  53.     Left = 267
  54.     Top = 70
  55.     Width = 54
  56.     Height = 14
  57.     Caption = 'LabelCount'
  58.   end
  59.   object ButtonOk: TButton
  60.     Left = 180
  61.     Top = 344
  62.     Width = 75
  63.     Height = 22
  64.     Caption = '&Ok'
  65.     Default = True
  66.     Font.Charset = DEFAULT_CHARSET
  67.     Font.Color = clWindowText
  68.     Font.Height = -11
  69.     Font.Name = 'Arial'
  70.     Font.Style = []
  71.     ModalResult = 1
  72.     ParentFont = False
  73.     TabOrder = 7
  74.   end
  75.   object ButtonCancel: TButton
  76.     Left = 265
  77.     Top = 344
  78.     Width = 75
  79.     Height = 22
  80.     Cancel = True
  81.     Caption = '&Annuler'
  82.     Font.Charset = DEFAULT_CHARSET
  83.     Font.Color = clWindowText
  84.     Font.Height = -11
  85.     Font.Name = 'Arial'
  86.     Font.Style = []
  87.     ModalResult = 2
  88.     ParentFont = False
  89.     TabOrder = 8
  90.   end
  91.   object EditVille: TEdit
  92.     Left = 135
  93.     Top = 12
  94.     Width = 121
  95.     Height = 22
  96.     CharCase = ecUpperCase
  97.     TabOrder = 0
  98.     OnChange = EditVilleChange
  99.   end
  100.   object GridCode: TStringGrid
  101.     Left = 12
  102.     Top = 95
  103.     Width = 433
  104.     Height = 228
  105.     ColCount = 3
  106.     DefaultColWidth = 100
  107.     DefaultRowHeight = 16
  108.     FixedCols = 0
  109.     RowCount = 1
  110.     FixedRows = 0
  111.     Options = [goRowSelect, goThumbTracking]
  112.     PopupMenu = PopupMenu1
  113.     ScrollBars = ssVertical
  114.     TabOrder = 3
  115.     OnDblClick = Modifiercenom1Click
  116.     OnDrawCell = GridCodeDrawCell
  117.   end
  118.   object ButtonAdd: TButton
  119.     Left = 451
  120.     Top = 96
  121.     Width = 75
  122.     Height = 22
  123.     Hint = 'Ajouter une entr'#233'e'
  124.     Caption = '&Ajouter'
  125.     TabOrder = 4
  126.     OnClick = Ajouterunnom1Click
  127.   end
  128.   object ButtonMod: TButton
  129.     Left = 451
  130.     Top = 126
  131.     Width = 75
  132.     Height = 22
  133.     Hint = 'Modifier cette entr'#233'e'
  134.     Caption = '&Modifier'
  135.     TabOrder = 5
  136.     OnClick = Modifiercenom1Click
  137.   end
  138.   object ButtonDell: TButton
  139.     Left = 451
  140.     Top = 156
  141.     Width = 75
  142.     Height = 22
  143.     Hint = 'Supprimer cette entr'#233'e'
  144.     Caption = '&Supprimer'
  145.     TabOrder = 6
  146.     OnClick = Supprimercenom1Click
  147.   end
  148.   object EditCode: TEdit
  149.     Left = 135
  150.     Top = 36
  151.     Width = 121
  152.     Height = 22
  153.     TabOrder = 1
  154.     OnChange = EditCodeChange
  155.   end
  156.   object EditDep: TEdit
  157.     Left = 135
  158.     Top = 60
  159.     Width = 121
  160.     Height = 22
  161.     TabOrder = 2
  162.     OnChange = EditDepChange
  163.   end
  164.   object PopupMenu1: TPopupMenu
  165.     OnPopup = PopupMenu1Popup
  166.     Left = 156
  167.     Top = 126
  168.     object Ajouterunnom1: TMenuItem
  169.       Caption = 'Ajouter un nom'
  170.       OnClick = Ajouterunnom1Click
  171.     end
  172.     object N1: TMenuItem
  173.       Caption = '-'
  174.     end
  175.     object Modifiercenom1: TMenuItem
  176.       Caption = 'Modifier ce nom'
  177.       OnClick = Modifiercenom1Click
  178.     end
  179.     object N2: TMenuItem
  180.       Caption = '-'
  181.     end
  182.     object Supprimercenom1: TMenuItem
  183.       Caption = 'Supprimer ce nom'
  184.       OnClick = Supprimercenom1Click
  185.     end
  186.   end
  187. end
  188.